projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db7f73
)
Fix call to ovecs->deinit.
author
robertl
<robertl>
Tue, 17 Sep 2002 23:13:02 +0000
(23:13 +0000)
committer
robertl
<robertl>
Tue, 17 Sep 2002 23:13:02 +0000
(23:13 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 8976b7e21544f6abc4b57167a8a531c192aa3cc0..29701dc2744b524bbe25d37c101a52a8af883bb7 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-88,7
+88,7
@@
main(int argc, char *argv[])
if (ovecs) {
ovecs->wr_init(ofname);
ovecs->write();
- ovecs->
rd
_deinit();
+ ovecs->
wr
_deinit();
}
break;
case 's':